home *** CD-ROM | disk | FTP | other *** search
/ Zoo Guides: Life in the Desert / Zoo Guides - Life in the Desert.iso / pc / lfnthdsr / chapters / shared.dir / 00408_Script_408 < prev    next >
Text File  |  1995-05-08  |  465b  |  26 lines

  1. on getback
  2.   global wt, drive, gb
  3.   
  4.   if the frame > 20 then
  5.     if the frame < 60 then
  6.       put the castnum of sprite 15 into hh
  7.       set the controller of cast hh to 0
  8.       
  9.       if the frame < 40 then
  10.         go the frame - 22
  11.       else
  12.         go the frame - 40
  13.       end if
  14.       
  15.     else
  16.       if the movie = "LD" then
  17.         go frame gb
  18.       else
  19.         go the frame - 59
  20.       end if
  21.     end if
  22.   end if
  23.   
  24.   
  25. end getback
  26.